Platform Explorer / Nuxeo Platform LTS 2015 7.10

Extension point repository

Documentation

Extension points to register MongoDB repositories.

Example:

    <repository isDefault="true" label="MongoDB Repository" name="default">
        <server>localhost:27017</server>
        <fulltext disabled="false"/>
    </repository>

Or to provide credentials, several hosts, or options:

    <repository label="MongoDB Repository" name="default">
        <server>mongodb://bob:pass@localhost:27017,otherhost:27018/mydb?replicaSet=test;connectTimeoutMS=300000</server>
    </repository>

See http://docs.mongodb.org/manual/reference/connection-string/ for the mongodb:// URI syntax.

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryDescriptor

Contributions

No known contributions.